image: Remove mention on gdk-pixbuf-csource
authorTimm Bäder <mail@baedert.org>
Fri, 6 Oct 2017 08:40:23 +0000 (10:40 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 6 Oct 2017 08:40:23 +0000 (10:40 +0200)
gdk-pixbuf-csource as well as gdk_pixbuf_new_from_inline are deprecated.
Mention GResource instead.

gtk/gtkimage.c

index 4cce1e615f6006721b981aa4621cfe3e332a01ac..245d636af64278f829453c4509138bc18b3e8a6b 100644 (file)
  * display an animation (#GdkPixbufAnimation) instead of a static image.
  *
  * Sometimes an application will want to avoid depending on external data
- * files, such as image files. GTK+ comes with a program to avoid this,
- * called “gdk-pixbuf-csource”. This library
- * allows you to convert an image into a C variable declaration, which
- * can then be loaded into a #GdkPixbuf using
- * gdk_pixbuf_new_from_inline().
+ * files, such as image files. See the documentation of #GResource for details.
+ * In this case, the #GtkImage:resource, gtk_image_new_from_resource() and
+ * gtk_image_set_from_resource() should be used.
  *
  * # CSS nodes
  *